/* --- Home Intro --- */
.landing-intro{
  height: 480px;
  padding: 0px;
}
.landing-intro{
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg.jpg);
}
.landing-intro h3,
.landing-intro p{
  color: #ffffff;
}
.landing-intro .intro-inner{
  background: rgba(0, 0, 0, 0.5);
}
.intro-details{
  display: block;
  text-align: center;
}

.intro-details h3{
	font-weight: 700;
}

.how-to h3,
.benefits h3,
.faq h3{
	font-weight: 700;
}

.step-text h4,
.benefits h4{
	font-weight: 700;
}

.merchant-list{
  padding-bottom: 0px;
}

.merchant-wrap{
  display: flex;
  height: 100%;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}
.merchant-list .col-md-4:last-child .merchant-wrap{
  margin-bottom: 0px;
}

.benefits-image{
  float: left;
  width: 72px;
  margin-right: 30px;
}
.benefits-text{
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.benefits-text h4{
  margin-top: 0px;
}
ul {
  padding-left: 14px;
}
ul li {
  list-style: disc outside;
}
.none {
  list-style-type: none !important;
  list-style: none !important;
}
ol {
  padding-left: 14px;
}
.additional-banner img {
  width: 100%;
}

@media (min-width: 992px) {
  .merchant-wrap{
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 769px) {
  .additional-banner .additional-banner-mobile {
      display: none;
  }
}

@media only screen and (max-width: 768px) {
  .additional-banner .additional-banner-desktop {
      display: none;
  }
}

@media (max-width: @iphone-screen) {
        background-attachment: scroll;
    }
}
